Builder for linear interpolation function
Namespace:
JanusAssembly: Janus (in Janus.dll)
Syntax
C# |
---|
public static TimelineInterpolator<T> BuildLinearInterpolator<T>( Func<T, T, T> add, Func<T, float, T> mul ) |
Parameters
- add
- Type: System..::..Func<(Of <(<'T, T, T>)>)>
- mul
- Type: System..::..Func<(Of <(<'T, Single, T>)>)>
Type Parameters
- T